ZhangZhihui's Blog |
|
||
2024年11月14日
摘要:
$ mkdir -p bin cmd/api internal migrations remote $ touch Makefile $ touch cmd/api/main.go At this point your project directory should look exactly li 阅读全文
2024年11月3日
摘要:
points, directions = generate_sequences(n=256, seed=13) And then let’s visualize the first five squares: class Encoder(nn.Module): def __init__(self, 阅读全文
2024年11月1日
摘要:
$$ \Large \begin{align} W_{xr} & = \begin{cases} \begin{array}{rr} -0.0930, & 0.0497, \\ 0.4670, & -0.5319, \end{array} \end{cases} \\ W_{xz} & = \beg 阅读全文
2024年10月30日
摘要:
Data Generation points, directions = generate_sequences(n=128, seed=13) And then let’s visualize the first ten squares: The corners show the order in 阅读全文
2024年10月29日
摘要:
Data Generation x, y = load_data(n_points=1000, n_dims=10) Next, we can use these data points to create a dataset and a data loader (no mini-batches t 阅读全文
摘要:
rand() - Returns a tensor filled with random numbers from a uniform distribution on the interval [0, 1) torch.rand(100) tensor([0.7880, 0.3032, 0.3627 阅读全文
2024年10月23日
摘要:
http://wordnet.princeton.edu http://www.image-net.org/ https://tinyurl.com/3ppc3xy2 http://www.image-net.org/challenges/LSVRC/ https://papers.nips.cc/ 阅读全文
2024年10月20日
摘要:
https://storage.googleapis.com/download.tensorflow.org/data/rps.zip https://storage.googleapis.com/download.tensorflow.org/data/rps-test-set.zip temp_ 阅读全文
2024年10月19日
摘要:
阅读全文
摘要:
Error code: fig, axs = plt.subplots(n_filters, n_in_channels, figsize=figsize) print(axs[0, 0]) This is because n_filters = 1 and n_in_channels = 1, a 阅读全文
|
Copyright © 2024 ZhangZhihuiAAA
Powered by .NET 9.0 on Kubernetes |